home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (4th Edition) / The Business Master - 4th Edition.iso / files / calctors / calc / calc.doc next >
Encoding:
Text File  |  1991-09-15  |  1.4 KB  |  65 lines

  1.  
  2.  
  3.  
  4.  
  5.             *******  CALC  *******
  6.  
  7.                - EXPRESSION CALCULATOR -
  8.  
  9.                   Version 1.0
  10.  
  11.                Programmed by Kevin Solway
  12.                 September, 1991
  13.  
  14.  
  15.  
  16. Purpose:    I often want to be able to multiply a few numbers together
  17.         without any fuss.  That's what this program is for.  But it
  18.         will do a lot more than just multiply a few numbers
  19.         together, it also performs trigonometric functions, as well
  20.         as the normal calculator functions such as sqaure, square
  21.         root, inverse, power, etc.
  22.  
  23.  
  24. Usage:      calc [expression]
  25.  
  26.  
  27.         For example,
  28.  
  29.         calc           (on its own will display a help screen)
  30.  
  31.         calc 2 * 2     (will answer 4)
  32.  
  33.         calc (sqr(3.24)*2.34)/sin(23.34)
  34.  
  35.  
  36.  
  37. ******************************************************************************
  38.  
  39.  
  40. LICENCE:
  41.  
  42.    Copyright (c) 1991     Kevin Solway.    All rights reserved.
  43.  
  44.    This program is provided AS IS without warranty, expressed or implied.
  45.  
  46.  
  47.        Users are encouraged to make as many copies as they like and to
  48.    distribute them to whoever they choose.
  49.  
  50.        Consider using other programs of mine, including BREEZE (word
  51.    processor/text editor) and TEXTLIFE (creates executable text viewing
  52.    programs out of plain ascii text files).
  53.  
  54.  
  55.     Suggestions are welcome.
  56.  
  57.       Kevin Solway
  58.       PO Box 207
  59.       St Lucia  4067
  60.       Australia.
  61.  
  62.  
  63. *******************************************************************************
  64.  
  65.